home *** CD-ROM | disk | FTP | other *** search
/ Uru - Ages Beyond Myst Bonus / Uru - Ages Beyond Myst Bonus CD.iso / mof.dxr / 00002_video.swf / scripts / DefineButton2_55 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-10-09  |  238 b   |  12 lines

  1. on(press){
  2.    Play_state = 1;
  3.    FWD_state = 0;
  4.    RWD_state = 0;
  5.    Pause_state = 0;
  6.    oB_pause_lum._visible = 0;
  7.    oB_play_lum._visible = 1;
  8.    oB_FWD_lum._visible = 0;
  9.    oB_RWD_lum._visible = 0;
  10.    lingo_Video("Play");
  11. }
  12.